From: Glenn Morris Date: Tue, 31 Jan 2012 03:47:51 +0000 (-0800) Subject: Small configure.in fix for Motif toolkit. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~1022 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a041506068507890a45ed7ae19b8c49791aaab61;p=emacs.git Small configure.in fix for Motif toolkit. * configure.in: Throw an explicit error if Motif toolkit was requested but requirements could not be found. --- diff --git a/ChangeLog b/ChangeLog index 54f5a809e5a..bc5b3fcd77e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-01-31 Glenn Morris + * configure.in: Throw an explicit error if Motif toolkit was + requested but requirements could not be found. + * configure.in: Allow Emacs to actually be built with xaw scroll-bars. 2012-01-30 Eli Zaretskii diff --git a/configure.in b/configure.in index 7ec17a176d6..9eae1a51767 100644 --- a/configure.in +++ b/configure.in @@ -2234,6 +2234,8 @@ Motif version prior to 2.1. CPPFLAGS=$OLD_CPPFLAGS fi fi + AC_CHECK_HEADER([Xm/BulletinB.h], [], + [AC_MSG_ERROR([Motif toolkit requested but requirements not found.])]) fi dnl Use toolkit scroll bars if configured for GTK or X toolkit and either